Uses of Enum
com.cisco.pt.ipc.enums.ObjectType
Packages that use ObjectType
Package
Description
Java Framework built for Packet Tracer 8.1.0.
-
Uses of ObjectType in com.cisco.pt.ipc
Methods in com.cisco.pt.ipc with parameters of type ObjectTypeModifier and TypeMethodDescriptionIPCFactory.createMessage(IPCObject baseObject, String callName, ObjectType parameter1, String parameter2) IPCFactory.createObject(AsaObjectManager asaObjectManager, ObjectType type, String objName) -
Uses of ObjectType in com.cisco.pt.ipc.enums
Methods in com.cisco.pt.ipc.enums that return ObjectTypeModifier and TypeMethodDescriptionstatic ObjectTypeObjectType.fromIntValue(int value) static ObjectTypeObjectType.fromIntValue(Integer value) static ObjectTypeReturns the enum constant of this type with the specified name.static ObjectType[]ObjectType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ObjectType in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim that return ObjectTypeModifier and TypeMethodDescriptionAsaObject.getObjectType()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim with parameters of type ObjectTypeModifier and TypeMethodDescriptionAsaObjectManager.createObject(ObjectType type, String objName) Information provided by the PKI file: -
Uses of ObjectType in com.cisco.pt.ipc.sim.impl
Methods in com.cisco.pt.ipc.sim.impl that return ObjectTypeModifier and TypeMethodDescriptionAsaObjectImpl.getObjectType()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim.impl with parameters of type ObjectTypeModifier and TypeMethodDescriptionAsaObjectManagerImpl.createObject(ObjectType type, String objName) Information provided by the PKI file: